The current implementation uses ext2 for tests. The tests currently
fail, because the current kernel does not support ext2 by default.
This patch creates an ext3 filesystem for the tests.
Signed-off-by: Andreas Florath <xen@flonatel.org>
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
-# Author: Murillo F. Bernardes <mfb@br.ibm.com>
+# Copyright (C) flonatel GmbH & Co. KG, 2009
+# Authors: Murillo F. Bernardes <mfb@br.ibm.com>
+# Andreas Florath <xen@flonatel.org>
import re
saveLog(console.getHistory())
FAIL(str(e))
-s, o = traceCommand("mke2fs -q -F /dev/ram1")
+s, o = traceCommand("mke2fs -j -q -F /dev/ram1")
if s != 0:
FAIL("mke2fs returned %i != 0" % s)